Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that globals are always emitted in declaration order at the top. #5

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

stellaraccident
Copy link
Collaborator

Prior to this change, globals were interleaved with functions as part of the same sequence. IREE prefers that module level entities exist in def-ref order.

Prior to this change, globals were interleaved with functions as part of the same sequence. IREE prefers that module level entities exist in def-ref order.
@stellaraccident stellaraccident merged commit 6d05406 into main Apr 25, 2024
3 checks passed
@stellaraccident stellaraccident deleted the globals_order branch April 25, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants